cboj-loans-prc-api
Get Global Child Limits
Description: This endpoint is used to get global child limits based on id. The id being passed in path parameter..
Mulesoft Request:
Headers:
Mandatory Headers: x-channel-id,x-correlation-id, x-bank-id,client_id, client_secret
Optional Headers: x-sub-channel-id,x-user-id, Authorization, x-debug-flag, x-customer-id
Paramaters:
URI Params: {id}
Query Params: NA
Content-type: application/json
Mulesoft Response:
Success Response: (200)
{
"status": {
"success": true,
"code": "200",
"arabicMessage": "تمت العملية بنجاØ",
"englishMessage": "The Operation has been Successfully Completed"
},
"response": {
"limits": [
{
"currency": "JOD",
"outstandingAmount": "0",
"availableAmount": "0",
"limitId": "2000000.0009900.01",
"productDescription": "Deposits Deposits",
"customerId": "2000000",
"customerName": "Short.name2000000 Short.name2000000",
"country": "JO",
"branchCode": "JO0010001",
"officerId": "21100",
"officerName": "Samer Thabet",
"reducingLimit": "N",
"globalLimit": "2000000.0009900.01",
"approvalDate": "20201101",
"onlineLimitDate": "20201101",
"originalLimit": "",
"accountLimit": ""
},
{
"currency": "JOD",
"limitAmount": "5675.017",
"outstandingAmount": "-5675.017",
"availableAmount": "0",
"expiryDate": "20241124",
"limitId": "2000008.0021401.01",
"productDescription": "Red Term Commercial Loan",
"customerId": "2000008",
"customerName": "Short.name2000008 Short.name2000008",
"country": "JO",
"collateralCode": "999",
"reviewFrequency": "20241124M0101",
"purposeOfFacility": "010",
"branchCode": "JO0010001",
"officerId": "10400",
"officerName": "Treasury Department",
"reducingLimit": "Y",
"parentLimit": "2000008.0021400.01",
"globalLimit": "2000008.0020000.01",
"approvalDate": "20201101",
"onlineLimitDate": "20201101",
"originalLimit": "",
"accountLimit": ""
}
]
}
}